home *** CD-ROM | disk | FTP | other *** search
- // Copyright ⌐ 1997 Mario M. Westphal
- // All Rights reserved
- // This source code is only intended as a supplement to the
- // Sort Solution user documentation and related
- // electronic documentation provided with the library.
- // See these sources for detailed information regarding the
- // Sort Solution product.
-
- #if !defined(AFX_MFCSMPLDLG_H__6D5ADE11_FC0F_11D0_A443_0020AF498497__INCLUDED_)
- #define AFX_MFCSMPLDLG_H__6D5ADE11_FC0F_11D0_A443_0020AF498497__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
-
- // Include the Sort Solution interface header
- #include "..\..\Include\sortsoli.h"
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CMfcsmplDlg dialog
-
- class CMfcsmplDlg : public CDialog
- {
- // Construction
- public:
- CMfcsmplDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CMfcsmplDlg)
- enum { IDD = IDD_MFCSMPL_DIALOG };
- CButton m_Btn_Edit;
- CEdit m_Edit_FileName;
- CButton m_Btn_Cancel;
- CProgressCtrl m_Progress_Sort;
- CProgressCtrl m_Progress_Merge;
- CButton m_Btn_Exec;
- CButton m_Btn_Browse;
- CString m_Static_BytesSorted;
- CString m_Static_OutputFile;
- CString m_Static_LogFile;
- CString m_Static_RecsSorted;
- CString m_Static_Time;
- CString m_Static_RecsFiltered;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMfcsmplDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- public:
- void ShowErrorMessage(int Code);
-
- BOOL IsRunning() const { return m_Running; }
-
- // Implementation
- protected:
- HICON m_hIcon;
- BOOL m_Running;
-
- // Generated message map functions
- //{{AFX_MSG(CMfcsmplDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnBtnBrowse();
- afx_msg void OnBtnExec();
- afx_msg void OnChangeEditFilename();
- virtual void OnCancel();
- afx_msg void OnBtnEdit();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_MFCSMPLDLG_H__6D5ADE11_FC0F_11D0_A443_0020AF498497__INCLUDED_)
-